home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / 1304_netboot_problem_with_namelist.rtf < prev    next >
Text File  |  1995-06-12  |  2KB  |  54 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;\f2\fmodern Ohlfs;}
  2. \paperw11440
  3. \paperh9000
  4. \margl120
  5. \margr120
  6. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ulnone\fs28\fc0\cf0 Q:  The commands 
  7. \i w
  8. \i0  and 
  9. \i netstat
  10. \i0  return "no namelist" on a netbooted client.  What's going on?\
  11. \
  12. A:  The 
  13. \i w 
  14. \i0 command prints a summary of the current activity on the system, including what each user is doing, 
  15. \fs24  
  16. \fs28 The 
  17. \i netstat
  18. \i0  command symbolically displays the contents of various network-related data structures.  Both of those commands examine the system namelist kept in the file 
  19. \i /mach
  20. \i0  (the kernel).  The kernel namelist contains the current system addresses.  On a netbooted client, 
  21. \i /mach
  22. \i0  references the path 
  23. \i /clients/client/tftpboot/mach
  24. \i0 .  If this file is not present, any command that uses the kernel's namelist cannot complete successfully and returns a  "no namelist" error.\
  25. \
  26. To fix the problem, make a symbolic link to the kernel like this:\
  27. \
  28.  
  29. \fi-980\li980 •    On the netboot server, launch the Terminal application as root\
  30. •    Run the following command:\
  31. \
  32.  
  33. \fi0\li0     
  34. \f1\fs24 server#ln -s /sdmach /clients/client/tftpboot/mach
  35. \f0\fs28 \
  36.         \
  37. where
  38. \f1\fs24  client
  39. \f0\fs28  is the name of your netbooted client.\
  40. \
  41.  
  42. \i w
  43. \i0  and 
  44. \i netstat
  45. \i0  now return the correct data on your netbooted client.  You need to repeat this procedure for each netbooted client.\
  46. \
  47. This only applies if the netboot server and client are running the same version of the OS, on the same hardware architecture.\
  48. \
  49. QA533\
  50. \
  51. Valid for 1.0, 2.0, 3.0, 3.1\
  52. \
  53.  
  54.